:root {

  scroll-behavior: smooth;

}

 ---------Montserrat----------- 

/* Primary Font Face (Semibold) */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600; /* Adjust to the desired weight */
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
         url(https://fonts.gstatic.com/s/montserrat/v22/JTURjIg1_i6t8kCHKm45_cJD3gfD-Px3rCubqg.woff2) format('woff2'); /* Adjust the URL according to your needs */
    font-display: swap;
}



:root {
    --font-default: "Montserrat", sans-serif;
    --font-primary: "Montserrat;
    --font-secondary: "Montserrat Bold;
}

:root {
  --primary-color: #181A17;
}

a {
  text-decoration: none !important;
}


body {

  color: rgba(var(--color-primary-rgb), 1);
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden;

}



a {

  color: var(--color-links);

  text-decoration: none;

}



a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: var(--font-primary);

}

#main {
  margin-top: 90px;
}

.container{
  width: 100%;
  max-width: 1550px;
}

/*--------------------------------------------------------------

# Sections & Section Header

--------------------------------------------------------------*/
section {
  /* padding: 40px 0; */

  overflow: hidden;

}

.mt-11 {
  margin-top: 11em;
}

.mt-8 {
  margin-top: 8em
}

.section-header {

  border-bottom: 2px solid var(--color-black);

}



.section-header h2 {
  font-size: 50px;
  color: var(--color-black);

}



.section-header p {
  margin-bottom: 0;

}



/*--------------------------------------------------------------

# Scroll top button

--------------------------------------------------------------*/

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;

}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
input[type="radio"]:checked+label {
    font-weight: 500;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;

}



/*--------------------------------------------------------------

# Page title

--------------------------------------------------------------*/

.page-title {
  font-size: 70px;
  color: var(--color-black);
}



/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--color-black);
}

.btn:active,
.btn:focus {
  outline: none;
}



.btn.btn-primary {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);

}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/


.custom-header .logo-sec img {
    width: 100%;
}

.custom-header .container {
    max-width: 1600px;
}
.custom-header .navbar-nav {

  align-items: center;
  justify-content: end;

}

.custom-header nav.navbar.navbar-expand-md.navbar-dark.bg-light {
    background-color: #fff !important;
    padding: 6px;
}


.custom-header .navbar-dark .navbar-nav .nav-link {

  color: var(--primary-color) !important;
  font-size: 17px;
  line-height: 20px;
  /*font-weight: 800;*/
  font-family: var(--font-default);
   padding: 22px 20px;

}
.custom-header .nav-item i.bi-cart {
    color: #317A3D;
    padding: 10px 30px;
}

.custom-header .nav-item i.bi-list {
    color: #317A3D;
}
.custom-header .nav-item i.bi-cart:hover , .custom-header .nav-item i.bi-list:hover {
    color: #FCD84B;
}
.offcanvas {
    background-color: #317A3D !important;
    color:#fff;
}
.custom-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #FCD84B !important;
}
.custom-header {
  background: #fff;
  box-shadow: 0px 3px 6px #558d5529;
}

.detail img {
    width: 50%;
    margin-top: 50px;
}
.detail p {
    color: #7FBC89;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    letter-spacing: 2.4px;
}
.detail  a {
    font-size: 25px;
    line-height: 35px;
    padding-bottom:10px;
}
.detail {
    margin-bottom: 40px;
}
.sidebar button.btn-close {
    filter: invert(1);
}
.nav-link:hover {
  color: #AFB994;

}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: var(--primary-color) !important;
}



.custom-header .user-img img {
  width: 18px;

}

.custom-header .cart-img img {
  width: 20px;

}



.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/icons8-hamburger-button-80.png") !important;
  width: 35px;
  height: 35px;
}

.custom-header .user-img img:hover , .custom-header .cart-img img:hover {
    margin-top: 5px;
}


/*=================================dropdown menu================*/

  .custom-header li.nav-item.dropdown:hover ul.dropdown-menu {
      display: block;
}
   .custom-header ul.dropdown-menu {
    background-color: #EAF0EC;
    width: 260px;
    height: 183px;
    border-bottom: 3px solid #FCD84B;
}
.custom-header ul.dropdown-menu li {
    text-align: center;
    padding: 10px;
}
.custom-header .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: #000;
}
.custom-header .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.custom-header .custom-dropdown {
    margin-left: -50px;
    position: absolute;
    padding-top: 3px;
}

.custom-header a.dropdown-item {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.custom-header a.dropdown-item:hover {
    color: #FCD84B;
}
.custom-header .dropdown-toggle::after{
  display: none !important;
}

/*============================================================*/

/*--------------------------------------------------------------


# Footer

--------------------------------------------------------------*/

.footer .container {

  max-width: 1600px;

}

.footer {

  background: #262626;
  color: #fff !important;
  font-size: 17px;
  line-height: 20px;
  font-family: 'Montserrat';
  padding: 60px 0 0 0;
  position: relative !important;
}

.footer-links li a {

color: #FFFFFF;
font-size: 17px;
font-family: var(--font-default);
line-height: 40px;

}
.footer .footer-content {
    padding-bottom: 60px;
}
.footer-legal .row.justify-content-between {

  border-top: 1px solid #fff;
  padding: 30px 0;

}
.footer-logo-section1 img {
    width: 260px;
    padding-bottom: 45px;
}

p.footer-artmaker {
  font-size: 18px;
  letter-spacing: 0px;
  line-height:22px;
  color: #959595;
  font-family: var(--font-default);
  opacity: 1;
}


.footer-heading {

font-size: 16px;
line-height: 19px;
padding-bottom: 20px;
font-weight: 600;
letter-spacing: 2.4px;
font-family: var(--font-default);
color: #FCD84B;
text-transform: uppercase;
opacity: 1;

}

.footer-legal .copyright {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--font-default);
}


.credits a {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--font-default);
  color: #fff;
  text-decoration: none;

}

.credits a:hover,
.footer-links li a:hover {

  color: #FCD84B;

}

.footer-legal .credits img {

  width: 20px;

}


div#product-detail {
  height: 550px;
}

@media screen and (max-width: 1600px){
.footer-heading {
    font-size: 15px;
    line-height: 15px;
    }
.footer-links li a{
    font-size: 13px;
    line-height: 30px;
    }
.footer-links p{
    font-size: 13px;
}
.detail a {
    font-size: 20px;
    line-height: 25px;
}
.detail {
    margin-bottom: 30px;
}
}


@media screen and (max-width: 768px) {
  .custom-header .navbar-brand img {
    width: 100px;
  }
  .custom-header .navbar-brand {
    margin-right: 0;
    padding: 0 1em;

  }
  .footer-legal .copyright a {

    text-align: center;
  }

  .credits a {

    text-align: center;

  }

  .footer-legal {
    text-align: center;

  }

  .custom-header .navbar-dark .navbar-nav .nav-link {
    line-height: 20px !important;
    font-size: 12px;
    padding: 5px;
  }
  .detail {
    margin-bottom: 10px;
}
.detail p {
  
    font-size: 10px;
    line-height: 24px;
    margin-bottom: 0px;
    
}
.detail a {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0px;
}
.footer-links li a {
    font-size: 14px;
     line-height: 30px;
}
.credits a {
    font-size: 10px;
}
.footer-legal .copyright {
    font-size: 10px;
    
}
}



/*# Home page*/
.our-services-dics {
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.articles-read-btn {
    position: absolute;
    bottom: 0;
}
.home-articles-col {
    position: relative;
}
/*-----------------------home-page-start---------------------------------------*/

.home-main .articles-read-btn {
    height: 25px;
}
.home-slider-section .carousel-control-prev {
    background-image: url("../images/arrow-left-blk.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
   left: 70px;
}
.home-slider-section .carousel-control-next{
    background-image: url("../images/arrow-right-blk.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    right: 185px;
}

    .home-slider-section .carousel-control-prev {

        background-image: url("../images/arrow-left-white.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 70px;
    }

    .home-slider-section .carousel-control-next {
        background-image: url("../images/arrow-right-white.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        right: 185px;
    }

    .home-slider-section .carousel-control-next:focus,
    .home-slider-section .carousel-control-next:hover {
        background-image: url("../images/arrow-right-yellow.svg");
    }

    .home-slider-section .carousel-control-prev:focus,
    .home-slider-section .carousel-control-prev:hover {
        background-image: url("../images/arrow-left-yellow.svg");
    }

    .home-slider-section span.carousel-control-prev-icon {
        display: none;
    }

    .home-slider-section span.carousel-control-next-icon {
        display: none;
    }

    .home-slider-section #carouselExampleCaptions {
        padding: 0;
    }
    .home-slider-text {
        width: 100%;
        max-width: 675px;
    }
    .home-slider-section .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
        max-width: 1600px;
        width: 100%;
        margin: auto;
        padding-left: 30px;
        top: 0;
        height: min-content;
    }

    .carousel-inner h5 {
        text-align: left;
        font-size: 65px;
        line-height: 79px;
        font-family: Montserrat;
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        text-shadow: 5px 5px 10px #00000026;
        text-transform: capitalize;
        opacity: 1;
    }

    .carousel-inner p {
        text-align: left;
        font-size: 20px;
        line-height: 26px;
        font-family: Montserrat;
        font-weight: 400;
        letter-spacing: 0px;
        color: #ffffff;
        text-shadow: 5px 5px 10px #00000026;
        opacity: 1;
    }

    .home-slider-btn {
        width: 220px;
        height: 65px;
        background: #317a3d 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-slider-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .home-slider-btn:hover {
        background: #181a17 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }
    .container {
        max-width: 1600px !important;
    }
    .welcome-section {
        padding-top: 100px;
        padding-bottom: 200px;
        position:relative;
        overflow: visible;
    }
  .welcome-section:before {
    content: "";
    background-image: url('../images/home-element11.png');
    z-index: 0;
    height: 570px;
    width: 610px;
    display: block;
    position: absolute;
    background-size: cover;
    bottom: -228px;
    right: -190px;
}
    .welcome-left h1 {
        padding-top: 90px;
        text-align: left;
        font-size: 60px;
        line-height: 73px;
        font-family: "Montserrat";
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        text-transform: capitalize;
        opacity: 1;
    }

    .welcome-left {
        background-image: url("../images/mask-group3.png");
        /* width: 480px; */
        height: 500px;
        background-size: 363px;
        background-repeat: no-repeat;
        background-position: 265px 35px;
    }
    .welcome-right {
    max-width: 600px;
    padding-left: 35px;
}
    .welcome-right p {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        font-family: Montserrat;
        font-weight: 400;
        letter-spacing: 0px;
        color: #181a17;
        opacity: 1;

    }
    .welcome {
        display: flex;
        align-items: center;
        max-width: 700px;
        position: relative;
    }
    /*.home-our-services-section {
        padding-top: 200px;
    }*/
    .service-img {
        background-image: url("../images/Mask-Group4.png");
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        border-bottom: 4px solid #fcd84b;
        opacity: 0.9;
    }
    .service-img2 {
        background-image: url("../images/MaskGroup6.png");
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: inherit;
        position: relative;
        border-bottom: 4px solid #fcd84b;
        opacity: 0.9;
    }
    .service-img3 {
        background-image: url("../images/MaskGroup5.png");
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: inherit;
        position: relative;
        border-bottom: 4px solid #fcd84b;
        opacity: 0.9;
    }
    .service-img h2,
    .service-img2 h2,
    .service-img3 h2 {
        text-align: left;
        font-size: 45px;
        line-height: 45px;
        font-family: Montserrat;
        font-weight: 700;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: capitalize;
        opacity: 1;
    }
    
.service-img:hover ,.service-img2:hover ,.service-img3:hover {
    opacity: 1;
}
    .service-img-head {
        position: absolute;
        bottom: 25px;
        padding-left: 50px;
    }
    .our-service-head h1 {
        text-align: left;
        font-size: 50px;
        line-height: 61px;
        font-family: "Montserrat";
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        text-transform: capitalize;
        opacity: 1;
    }
    .our-service-head {
        padding-bottom: 60px;
    }
    .our-services-dics p {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 400;
        letter-spacing: 0px;
        color: #828382;
        opacity: 1;
        padding: 35px 50px;
    }
    .services-book-btn {
        background: #317a3d;
        border-radius: 50px;
        opacity: 1;
        width: 100%;
        max-width: 380px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .services-book-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }
    .services-book-btn:hover {
        background: #181a17 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }
    .home-our-services-section {
        position: relative;
        padding-bottom: 200px;
    }
    .home-our-services-section:before {
        content: "";
        background-image: url("../images/Group-51.png");
        z-index: 1;
        height: 274px;
        width: 291px;
        display: block;
        position: absolute;
        background-size: cover;
        bottom: -5px;
        left: -33px;
    }
    .our-services-dics {
        background: #ffffff;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        opacity: 1;
        padding-bottom: 50px;
        position: relative;
        z-index: 2;
    }

    /*=====================article-section start==============*/
    .home-articles-section {
        position: relative;
        overflow: visible !important;
    }
    .home-articles-section:after {
        content: "";
        position: absolute;
        background-color: #fafaf3;
        height: 1500px;
        width: 100%;
        top: -610px;
        bottom: 0px;
        z-index: -1;
    }
    .article-view-btn {
        width: 100%;
        height: 65px;
        border: 1px solid #317a3d;
        border-radius: 50px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .article-view-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 500;
        letter-spacing: 0px;
        color: #317a3d;
        opacity: 1;
    }
    .article-view-btn:hover {
        background: #181a17 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }
    .article-view-btn:hover a {
        color: #fff;
    }
    .articles-img {
        /*background-image: url("..nd/images/Mask-Group-7.png");*/
        width: 100%;
        border-radius: 50px;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    .articles-img2 {
        /*background-image: url("..nd/images/Mask-Group 14.png");*/
        width: 100%;
        border-radius: 50px;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    .articles-img3 {
        /*background-image: url("..nd/images/MaskGroup15.png");*/
        width: 100%;
        border-radius: 50px;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    .articles-img h2,
    .articles-img2 h2,
    .articles-img3 h2 {
        text-align: left;
        font-size: 16px;
        line-height: 45px;
        font-family: Montserrat;
        font-weight: 600;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: capitalize;
        opacity: 1;
    }
    .article-div:hover .articles-img,.article-div:hover .articles-img2,.article-div:hover .articles-img3 {
    transform: scale(1.1);
    transition: 1s ease-out;
}

.article-div {
    overflow: hidden;
    border-radius: 40px;
    position: relative;
}
.articles-img-head h2 {
    text-align: left;
    font-size: 16px;
    line-height: 45px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}
    .articles-img-head {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90px;
        padding-top: 7px;
        height: 35px;
        background: #fcd84b 0% 0% no-repeat padding-box;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }
    .articles-head h1 {
        text-align: left;
        font-size: 50px;
        line-height: 61px;
        font-family: "Montserrat";
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        text-transform: capitalize;
        opacity: 1;
    }
    .articles-head {
        padding-bottom: 60px;
    }
    .articles-dics p {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 400;
        letter-spacing: 0px;
        color: #828382;
        opacity: 1;
    }
    .articles-dics {
        padding: 40px;
    }
    .articles-read-btn img {
        width: 20px;
    }
    .articles-read-btn:hover img {
        width: 25px;
    }
    /*.articles-read-btn {
    background: #317A3D 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    width: 380px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}*/
    .articles-read-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 500;
        letter-spacing: 0px;
        color: #317a3d;
        opacity: 1;
    }
    /*.articles-read-btn:hover {
    background: #181A17 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
}*/
    .articles-dics h1 {
        text-align: left;
        font-size: 30px;
        line-height: 45px;
        font-family: Montserrat;
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        text-transform: capitalize;
        opacity: 1;
    }
    .journey-section {
        background: #fcd84b 0% 0% no-repeat padding-box;
        opacity: 1;
        height: 265px;
        display: flex;
        align-items: center;
        margin-top: 100px;
        overflow: visible;
        position: relative;
    }
    .journey-dead h1 {
        text-align: left;
        font-size: 45px;
        line-height: 55px;
        font-family: "Montserrat";
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        opacity: 1;
    }
    .book-now-btn {
        background: #317a3d 0% 0% no-repeat padding-box;
        border-radius: 50px;
        width: 100%;
        max-width: 260px;
        height: 65px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .book-now-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: Montserrat;
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }
    .book-now-btn:hover {
        background: #181a17 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }
    .journey-section:before {
    content: "";
    background-image: url('../images/home-element03.png');
    position: absolute;
    width: 840px;
    height: 365px;
    top: -100px;
    right: -92px;
}


/*-------------------------home-page-end-------------------------------------*/





/*-----------------------anti-aging-page-start-------------------------------*/
.anti-aging-main .about-breadcrumb-section {
    background-image: url('../images/anti1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
  /*.about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
.anti-aging-main .about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.anti-aging-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.anti-aging-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #FFFFFF;
}
.anti-aging-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.anti-aging-main .about-breadcrumb-section ol.breadcrumb {
    padding-top: 50px;
}
/*======================end=============*/
.anti-aging-main .anti-aging-head h1 {
    text-align: left;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    text-transform: capitalize;
    opacity: 1;
}
.anti-aging-main .anti-aging-head p {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 40px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    opacity: 1;
}
.anti-aging-main .anti-aging-head {
    padding-top: 174px;
}
.anti-aging-main .therapy-head h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.anti-aging-main .therapy-head p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.anti-aging-main .benefits-section {
    background-color: #FAFAF3;
    padding: 100px 0px 180px 0;
    position: relative;
}
.anti-aging-main .therapy-head {
    padding: 100px;
}
.anti-aging-main .approach-head img {
    width: 100%;
    max-width: 520px;
    height: 608px;
}
.anti-aging-main .our-center-head h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.anti-aging-main .approach-head h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.anti-aging-main .tailored-detox-solutions h1 {
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 38px;
    border-bottom: 4px solid #FCD84B;
}
.anti-aging-main .detox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.anti-aging-main .benefits {
    padding-top: 50px;
}
.anti-aging-main .benefits li {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    list-style: none;
    opacity: 1;
    padding-bottom: 25px;
}
.anti-aging-main .benefits ul li img {
    height: 12px;
    padding-right: 22px;
}
.anti-aging-main .benefits ul {
    display: grid;
    grid-template-columns: auto auto;
}
.anti-aging-main .tailored-detox-img {
    padding-bottom: 50px;
}
.anti-aging-main .approach {
    display: flex;
    align-items: center;
}
.anti-aging-main .detoxification-row {
    margin-top: 150px;
    background-image: url('../images/anti2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    height: 600px;
}
.anti-aging-main .detoxification h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    text-transform: capitalize;
    opacity: 1;
}
.anti-aging-main .find-btn a {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    cursor: pointer;
    opacity: 1;
}
.anti-aging-main .find-btn img {
    width: 18px;
    height: 18px;
}
.anti-aging-main .find-btn a:hover img {
    width: 25px;
    height: 25px;
}
.anti-aging-main .detoxification-col {
    display: flex;
    align-items: center;
}
.anti-aging-main .find-btn {
    padding-top: 40px;
    height: 25px;
}

/*.journey-section {
        background: #fcd84b 0% 0% no-repeat padding-box;
        opacity: 1;
        height: 265px;
        display: flex;
        align-items: center;
        margin-top: 150px;*/
    }

    /*.journey-dead h1 {
        text-align: left;
        font-size: 45px;
        line-height: 55px;
        font-family: "Montserrat";
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        opacity: 1;
    }

    .book-now-btn {
        background: #317a3d 0% 0% no-repeat padding-box;
        border-radius: 50px;
        width: 100%;
        height: 65px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .book-now-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: Montserrat;
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .book-now-btn:hover {
        background: #181a17 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }
.journey-dead p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}*/
.book-now {
    display: flex;
    align-items: center;
}
.anti-aging-main .our-center-head img {
    padding-right: 30px;
    height: 40px;
}
.anti-aging-main .our-center-head {
    padding-bottom: 70px;
}


.anti-aging-main section.our-center-section {
    padding-top: 100px;
    padding-bottom: 120px;
}
.anti-aging-main .services-img-left {
    background-image: url('../images/anti3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 740px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.anti-aging-main .services-img-right {
    background-image: url('../images/service2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 740px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.anti-aging-main .services-img-left h2, .services-img-right h2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}






.anti-aging-main .inner-div {
    background: #7FBC89 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 0.9;
    width: 100%;
    max-width: 1600px;
    height: 600px;
    position: absolute;
    bottom: 180px;
}
.anti-aging-main .head h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 40px;
}
.anti-aging-main .head p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.head {
    padding-bottom: 141px;
}
.anti-aging-main .back-btn a {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
    cursor: pointer;
}
.anti-aging-main .detoxification-inner {
    width: 100%;
    max-width: 1130px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}
.anti-aging-main .inner-div {
        display: none;
    }
/*-----------------------anti-aging-page-end-------------------------------*/



/*------------------------article-inner-page-start---------------------------*/
.article-inner-main .about-breadcrumb-section {
    padding-top: 50px;
}
.article-inner-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.article-inner-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #181A17;
}
.article-inner-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #181A17;
}
/*=============================end==================*/


.article-inner-main .article-inner-section {
    padding-top: 90px;
    padding-bottom: 150px;
}
.article-inner-main .sub-title {
    width: 150px;
    height: 50px;
    background: #FCD84B 0% 0% no-repeat padding-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.article-inner-main .sub-title a {
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.article-inner-main .article-inner-head h1 {
    text-align: center;
    font-size: 50px;
    line-height: 61px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
    padding-top: 50px;
}
.article-inner-main .article-inner-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
.article-inner-main .article-inner-img {
    padding: 80px 0;
    
}
.article-inner-main .article-inner-disc p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.article-inner-main .article-inner-disc {
    padding-bottom: 80px;
}
.article-inner-main .article-back-btn {
    width: 260px;
    height: 65px;
    background: #317A3D 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-inner-main .article-back-btn:hover {
    background: #181A17 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
}
.article-inner-main .article-back-btn a {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/*------------------------article-inner-page-start---------------------------*/



/*-------------------------overall-detoxification-page-start--------------------*/
.overall-detoxification-main .about-breadcrumb-section {
    background-image: url('../images/Mask-group1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    height: 800px;
}
  /*.about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
.overall-detoxification-main .about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.overall-detoxification-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.overall-detoxification-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #FFFFFF;
}
.overall-detoxification-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.overall-detoxification-main .about-breadcrumb-section ol.breadcrumb {
    padding-top: 50px;
}
/*=============================end==================*/
.overall-detoxification-main .servise-head h1 {
    text-align: left;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    text-transform: capitalize;
    opacity: 1;
}
.overall-detoxification-main .servise-head p {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 40px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    opacity: 1;
}
.overall-detoxification-main .servise-head {
    padding-top: 174px;
}
.overall-detoxification-main .therapy-head h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.overall-detoxification-main .therapy-head p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.overall-detoxification-main .our-approach-section {
    background-color: #FAFAF3;
    padding: 100px 0px 180px 0;
    position: relative;
}
.overall-detoxification-main .therapy-head {
    padding: 100px;
}
.overall-detoxification-main .approach-head h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.overall-detoxification-main .tailored-detox-solutions h1 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 30px;
}
.overall-detoxification-main .tailored-detox-solutions p {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.overall-detoxification-main .tailored-detox-img {
    padding-bottom: 50px;
}
.overall-detoxification-main .approach {
    display: flex;
    align-items: center;
}
.overall-detoxification-main .row.detoxification-row {
    margin-top: 150px;
    background-image: url('../images/mask-therapy.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    border-radius: 40px;
}
.overall-detoxification-main .detoxification h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    text-transform: capitalize;
    opacity: 1;
}
.overall-detoxification-main .find-btn a {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #7FBC89 !important;
    opacity: 1;
    cursor: pointer;
}
.overall-detoxification-main .find-btn img {
    width: 18px;
    height: 18px;
}
.overall-detoxification-main .find-btn a:hover img {
    width: 25px;
    height: 25px;
}
.overall-detoxification-main .detoxification-col {
    display: flex;
    align-items: center;
}
.overall-detoxification-main .find-btn {
    padding-top: 40px;
    height: 25px;
}

/*.journey-section {
    background: #fcd84b 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 265px;
    display: flex;
    align-items: center;
    margin-top: 150px;
}

.journey-dead h1 {
    text-align: left;
    font-size: 45px;
    line-height: 55px;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: 0px;
    color: #181a17;
    opacity: 1;
}

.book-now-btn {
    background: #317a3d 0% 0% no-repeat padding-box;
    border-radius: 50px;
    width: 100%;
    height: 65px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-now-btn a {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

.book-now-btn:hover {
    background: #181a17 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
}
.journey-dead p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
    }
.book-now {
    display: flex;
    align-items: center;
}*/
.book-now {
    display: flex;
    align-items: center;
}
.overall-detoxification-main .our-center-head img {
    padding-right: 30px;
    height: 40px;
}
.overall-detoxification-main .our-center-head {
    padding-bottom: 70px;
}


.overall-detoxification-main .our-center-section {
    padding-top: 100px;
    padding-bottom: 120px;
}
.overall-detoxification-main .services-img-left {
    background-image: url('../images/service1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 740px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.overall-detoxification-main .services-img-right {
    background-image: url('../images/service2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 740px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.overall-detoxification-main .services-img-left h2, .services-img-right h2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}





.overall-detoxification-main .inner-div {
    background: #7FBC89 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 0.9;
    width: 100%;
    max-width: 1600px;
    height: 600px;
    position: absolute;
    bottom: 180px;
}
.overall-detoxification-main .head h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 40px;
}
.overall-detoxification-main .head p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.overall-detoxification-main .head {
    padding-bottom: 141px;
}
.overall-detoxification-main .back-btn a {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
    cursor: pointer;
}
.overall-detoxification-main .detoxification-inner {
    width: 100%;
    max-width: 1130px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}
.overall-detoxification-main .inner-div {
        display: none;
    }
    .overall-detoxification-main .journey-section {
    margin-top: 0;
}
/*-------------------------overall-detoxification-page-end--------------------*/



/*-------------------------about-us-page-start-------------------------------*/
main.about-main {
    overflow: hidden !important;
}
section.quality-dic-section:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 400px;
    height: 465px;
    background-image: url('../images/abour-footer-btm.svg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    right: 2px;
    bottom: -381px;
}
section.quality-dic-section {
    position: relative;
    overflow: visible;
}
.about-main .about-breadcrumb-section {
    background-image: url('../images/Mask-group(2).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
  .about-main .about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-main .about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.about-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.about-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #FFFFFF;
}
.about-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
/*=============================end==================*/


.about-main .about-left h1 {
    text-align: left;
    font-size: 60px;
    line-height: 73px;
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.about-main .about-left {
    position: relative;
}
.about-main .quek {
    position: absolute;
    right: 190px;
    bottom: 0px;
}
.about-main .about-left:hover h1,.about-main .about-left:hover h4 {
    color: #317A3D;
}
.about-main .quek h4 {
    text-align: left;
    font-size: 30px;
    line-height: 37px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.about-main .about-left-disc p {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
}
.about-main .about-left-disc span {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
}
.about-main .about-left-disc {
    padding-top: 74px;
}
.about-main .about-section {
    padding-top: 100px;
    padding-bottom: 81px;
    position: relative;
    overflow: visible;
}
/*.about-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
.about-main .about-right {
    text-align: center;
}
.about-main .quality-head {
    border-top: 4px solid #FCD84B;
    padding-top: 55px;
    padding-bottom: 51px;
    text-align: center;
}
.quality-head h1 {
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}

/*section.quality-section {
    position: relative;
    
}*/

.about-main .quality-inner-left p {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
}
.about-main .quality-inner-left h6 {
    margin-bottom: 0 !important;
}
.about-main .quality-inner-left h6 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
}
.about-main .quality-inner-left i.bi-check-lg {
    color: #FCD84B;
    font-size: 25px;
    padding-right: 25px;
}
.about-main .quality-inner-left p {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    padding-left: 48px;
    color: #181A17;
}
.about-main .row.quality {
    padding-bottom: 63px;
    border-bottom: 4px solid #FCD84B;
}
.about-main .quality-dic-section {
    padding-top: 81px;
}
.about-main .quality-dic-left img {
    width: 100%;
    max-width: 650px;
    height: 416px;
}
.about-main .quality-dic-left p {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.about-main .quality-dic-col {
    display: flex;
    align-items: center;
    padding-left: 90px;
}
.about-main .our-center-section {
    margin-top: 150px;
}
.about-main .our-center-head h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.about-main .center-img img {
    width: 100%;
}
.about-main .our-center-head {
    padding-bottom: 20px;
}

.about-main .about-section:after {
    content: "";
    background-image: url('../images/Group54.png');
    z-index: 9999;
    height: 448px;
    width: 384px;
    display: block;
    position: absolute;
    background-size: cover;
    bottom: -155px;
    left: -30px;
}
/*=============================================*/
/*.journey-section {
    background: #FCD84B 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 265px;
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.journey-dead h1 {
    text-align: left;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.book-now-btn {
    background: #317A3D 0% 0% no-repeat padding-box;
    border-radius: 50px;
    width: 260px;
    height: 65px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-now-btn a {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.book-now-btn:hover {
    background: #181A17 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
}*/
.about-main .our-center-section {
    position: relative;
    overflow: visible;
    padding-top: 100px;
}
.about-main .our-center-section:after {
    content: "";
    position: absolute;
    background-color: #FAFAF3;
    height: 825px;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}


/*================================slider======================*/
.about-main .row.our-center-row {
    position: relative;
}
.about-main .slick-slider .element{
  height:auto;
 /* width:100% !important;
  max-width: 744px;*/
  height: 444px;
  color:#fff;
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:20px;
}
.about-main .slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
.about-main button.slick-prev, .slick-next {
    position: absolute;
    top: -67px;
    right: 29px;
}
.about-main button.slick-prev {
    right: 110px;
}

.about-main button.slick-prev,.slick-next {
    color: transparent;
    border: none;
    background-color: transparent;
}
.about-main button.slick-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('../images/arrow-left-blk.svg');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
}
.about-main button.slick-next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('../images/arrow-right-blk.svg');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
}
/*.about-main button.slick-prev:focus,
.about-main button.slick-prev:hover {
     content: "";
    width: 50px;
    height: 50px;
    background-image: url('..nd/images/arrow-left-yellow.svg');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 110px;
}
.about-main button.slick-next:focus,
.about-main button.slick-next:hover {
     content: "";
    width: 50px;
    height: 50px;
    background-imag..nd/images/arrow-right-yellow.svg');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
}
*/
/*-------------------------about-us-page-end-------------------------------*/



/*-------------------------Overall Energy Balance-page-start---------------------*/


.overall-energy-balance-main .about-breadcrumb-section {
    background-image: url('../images/balance1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    height: 800px;
}
  /*.about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
.overall-energy-balance-main .about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.overall-energy-balance-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.overall-energy-balance-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #FFFFFF;
}
.overall-energy-balance-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.overall-energy-balance-main .about-breadcrumb-section ol.breadcrumb {
    padding-top: 50px;
}
/*=============================end==================*/
.overall-energy-balance-main .servise-head h1 {
    text-align: left;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    text-transform: capitalize;
    opacity: 1;
}
.overall-energy-balance-main .servise-head p {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 40px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    opacity: 1;
}
.overall-energy-balance-main .servise-head {
    padding-top: 174px;
}
.overall-energy-balance-main .therapy-head h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.overall-energy-balance-main .therapy-head p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.overall-energy-balance-main .our-approach-section {
    background-color: #FAFAF3;
    padding: 100px 0px 100px 0;
}
.overall-energy-balance-main .therapy-head {
    padding: 100px;
}
.overall-energy-balance-main .approach-head h1 {
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
.overall-energy-balance-main .tailored-detox-solutions h1 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 30px;
}
.overall-energy-balance-main .tailored-detox-solutions p {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.overall-energy-balance-main .tailored-detox-img {
    padding-bottom: 50px;
}
.overall-energy-balance-main .approach {
    display: flex;
    align-items: center;
}
.overall-energy-balance-main .detoxification-row {
    margin-top: 150px;
    background-image: url('../images/balance2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    height: 600px;
}
.overall-energy-balance-main .detoxification h1 {
    text-align: center;
    font-size: 50px;
    line-height: 61px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #0000001f;
    text-transform: capitalize;
    opacity: 1;
}
.overall-energy-balance-main .find-btn a {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
    cursor: pointer;
    
}
.overall-energy-balance-main .find-btn img {
    width: 20px;
    height: 20px;
}
.overall-energy-balance-main .find-btn:hover img {
    width: 25px;
    height: 25px;
}
/*.detoxification-col {
    display: flex;
    align-items: center;
}*/
.overall-energy-balance-main .find-btn {
    padding-top: 40px;
    text-align: center;
    height: 64px;
}
.book-now {
    display: flex;
    align-items: center;
}
.overall-energy-balance-main .our-center-head img {
    padding-right: 30px;
    height: 40px;
}
.overall-energy-balance-main .our-center-head {
    padding-bottom: 70px;
}


.overall-energy-balance-main .our-center-section {
    padding-top: 100px;
    padding-bottom: 120px;
}
.overall-energy-balance-main .services-img-left {
    background-image: url('../images/service1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 740px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.overall-energy-balance-main .services-img-right {
    background-image: url('../images/anti3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 740px;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.overall-energy-balance-main .services-img-left h2, .services-img-right h2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.overall-energy-balance-main .approach-head img {
    width: 100%;
    max-width: 650px;
    height: 473px;
}
.overall-energy-balance-main .detox-img {
    padding-left: 130px;
}
.overall-energy-balance-main .benefits-section {
    padding-top: 150px;
    position: relative;
}
.overall-energy-balance-main .detox-img h1 {
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 38px;
    border-bottom: 4px solid #FCD84B;
}
.overall-energy-balance-main .benefits li {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    list-style: none;
    opacity: 1;
    padding-bottom: 25px;
}
.overall-energy-balance-main .benefits ul li img {
    height: 12px;
    padding-right: 22px;
}
.overall-energy-balance-main .benefits {
    padding-top: 30px;
}
.overall-energy-balance-main .detoxification-col {
    display: flex;
    align-items: center;
    justify-content: center;
}


.overall-energy-balance-main .inner-div {
    background: #7FBC89 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 0.9;
    width: 100%;
    max-width: 1600px;
    height: 600px;
    position: absolute;
    bottom: 0;
}
.overall-energy-balance-main .head h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 40px;
}
.overall-energy-balance-main .head p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.overall-energy-balance-main .head {
    padding-bottom: 141px;
}
.overall-energy-balance-main .back-btn a {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
    cursor: pointer;
}
.overall-energy-balance-main .detoxification-inner {
    width: 100%;
    max-width: 1130px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}
.overall-energy-balance-main .inner-div {
        display: none;
    }
   
/*-------------------------Overall Energy Balance-page-end----------------------*/


/*-------------------------articles-page-start---------------------------------*/
.articles-main .home-articles-section:after{
    background-color:transparent;
}
.articles-main .about-breadcrumb-section {
    background-image: url('../images/Mask-group(2).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
  .articles-main .about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.articles-main .about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.articles-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.articles-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #FFFFFF;
}
.articles-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
/*=============================end==================*/

/*===============================tab================================*/
.articles-main .articles-section {
    padding-top:100px;
}
.articles-main .articles-section .nav-tabs {
    --bs-nav-tabs-border-width: auto !important;
}
.articles-main .articles-custom-tab .nav-link.active {
    color: #317A3D;
    border: none;
    background-color: transparent;
}
.articles-main .articles-custom-tab .nav-link:hover{
    color: #317A3D;
    border: none;
}
.articles-main .articles-custom-tab .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.articles-main .articles-custom-tab .nav-link {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
/*===========================================tab end====================*/

   /*=====================article-section start==============*/
   .articles-main .articles {
    padding-bottom: 0px;
}
    .articles-main .articles-custom-tab .articles-tab-btns {
    padding-bottom: 70px;
}
    .articles-main .articles-img {
        background-image: url("../images/Mask-Group-7.png");
        width: 100%;
        border-radius: 50px;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

    .articles-main .articles-img2 {
        background-image: url("../images/Mask-Group 14.png");
        width: 100%;
        border-radius: 50px;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
     .articles-main .articles .articles-img2 img {
    height: 350px !important;
    width: 100% !important;
    object-fit: cover !important;
    }
    .articles-main .articles .articles-img2{
        background-image: unset !important;
    }
    

    .articles-main .articles-img3 {
        background-image: url("../images/MaskGroup15.png");
        width: 100%;
        border-radius: 50px;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    .articles-main .articles-img h2,
    .articles-img2 h2,
    .articles-img3 h2 {
        text-align: left;
        font-size: 16px;
        line-height: 45px;
        font-family: Montserrat;
        font-weight: 600;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: capitalize;
        opacity: 1;
    }

    .articles-main .articles-img-head {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90px;
        padding-top: 7px;
        height: 35px;
        background: #fcd84b 0% 0% no-repeat padding-box;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

    .articles-main .articles-dics p {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 400;
        letter-spacing: 0px;
        color: #828382;
        opacity: 1;
    }
    .articles-main .articles-dics {
        padding: 40px;
    }
    .articles-main .articles-read-btn img {
        width: 20px;
    }
    .articles-main .articles-read-btn:hover img {
        width: 25px;
    }

    .articles-main .articles-read-btn a {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat";
        font-weight: 500;
        letter-spacing: 0px;
        color: #317a3d;
        opacity: 1;
    }

    .articles-main .articles-dics h1 {
        text-align: left;
        font-size: 30px;
        line-height: 45px;
        font-family: Montserrat;
        font-weight: 600;
        letter-spacing: 0px;
        color: #181a17;
        text-transform: capitalize;
        opacity: 1;

    }


/*=========================================pagination================*/
.articles-main .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-main .pagination {
    --bs-pagination-color: none;
    --bs-pagination-border-width: none;
}
.articles-main .custom-pagination .page-link:focus {
   
    background-color: transparent;
   
    box-shadow: none;
}
.articles-main .custom-pagination .page-link:hover {
    color: #000;
    background-color: transparent;

}
.articles-main .custom-pagination {
    padding-bottom: 100px;
}
/*
/*-------------------------articles-page-end---------------------------------*/


/*-------------------------contact-us-page-start---------------------------------*/
.contact-main .about-breadcrumb-section {
        background-image: url("../images/contc-bnnr.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 500px;
    }

    .contact-main .about-breadcrumb-section .about-breadcrumb nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-main .about-breadcrumb-section .breadcrumb-head h1 {
        text-align: center;
        font-size: 65px;
        line-height: 79px;
        font-family: Montserrat;
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: capitalize;
        opacity: 1;

    }

    .contact-main .about-breadcrumb-section .breadcrumb li {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        font-family: "Montserrat";
        font-weight: 400;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .contact-main .about-breadcrumb-section .breadcrumb-item.active {
        color: #ffffff;
    }

    .contact-main .about-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }

    .contact-main .contact-left-side {
        background-color: #fafaf3;
        border-radius: 40px;
        padding: 50px 12px;
        text-align: center;
    }

    .contact-main .contact-section-form .row {
    column-gap: 180px;
    }

    .contact-main .contact-section-form {
    margin: 80px 0;

    }

    .contact-main .contact-form-width h4.contact-enquiry {
    font-size: 50px;
    line-height: 61px;
    font-weight: 600;
    color: #181A17;
    font-family: 'Montserrat';
    text-transform: capitalize;
  }

  .contact-main .contact-enquiry img {
      padding-right: 20px;
  }

  .contact-main .contact-form-width .form-control {
    border: 1px solid #839385;
    color: #181A17;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
  }

  .contact-main .career-btn button {
      background: #317A3D;
      border: none;
      padding: 10px 50px;
      font-size: 18px;
      line-height: 22px;
      margin-top: 30px;
  }

  .contact-main .career-btn button:hover{
      background:#181A17;

  }
/*-------------------------contact-us-page-end---------------------------------*/



/*-------------------------shop-inner-page-start---------------------------------*/
  .about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
}
.about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-transform: capitalize;
    opacity: 1;
}
.about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}
.about-breadcrumb-section .breadcrumb-item.active {
    color: #000;
}
.about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.about-breadcrumb-section {
    padding-top: 50px;
    padding-bottom: 70px;
}
/*=============================end==================*/




.shop-inner #aad-cart {
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  width: 240px;
  height: 68px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
  transition: 0.5s;
  color: #e22626;
  text-decoration: none;
  border: 1px solid #e22626;
  text-align: center;
  border-radius: 0px;
}

.shop-inner .product #aad-cart img {
  margin-left: 20px;
}

.shop-inner #aad-cart:hover {
  background: #e22626 0% 0% no-repeat padding-box;
  border: 1px solid #e22626;
  color: #fff;
  opacity: 1;
}

.shop-inner #aad-cart span {
  display: flex;
  justify-content: end;
  position: relative;
}

.product-price.mt-4 {
  margin-top: 0px !important;
}

.Shop-inner-QTA-buttons {
    width: 260px;
    height: 75px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #839385;
    border-radius: 10px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.Shop-inner-QTA-buttons button,
input {
  border: none;
}

#Shop-inner-QTY-counter {
  display: flex;
  align-items: center;
  padding-top: 10px;
}


.add-to-cart.mt-5 {
    width: 260px;
    height: 65px;
    background: #317A3D 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Shop-inner-QTY-text {
  padding-right: 36px;
}

.shop-inner .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}

.side-pics div#prev {
  padding-bottom: 10px;
}

.side-pics {
  text-align: center;
}

.side-pics div#prev {
  padding-bottom: 10px;
  margin-top: -30px;
}

.side-pics div#next {
  padding-top: 10px;
}
.imgs img {
    max-width: 95px !important;
}
.shop-inner .main-img img,
.imgs img {
  width: 100%;
}

.shop-inner .imgs img {
  width: 118px;
  height: 110px;
  object-fit: cover;
  margin-bottom: 10px;
}

.shop-inner #product-detail .content {
  display: flex;
  padding-bottom: 0px !important;
}

.shop-inner .imgs {
  display: table-caption;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
  width: auto;
  overflow-y: scroll;
  height: auto;
  padding: 20px 0px;
  overflow-x: hidden;
}

.Shop-inner-QTY-text {
  padding-right: 36px;
}

/* fade-in animation */
/*@keyframes fadeIn {
  to {
      opacity: 1;
  }
}*/

.shop-inner .fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

.shop-inner .main-img {
  width: 100%;
}

.shop-inner .main-img img {
  max-width: 650px !important;
  margin-left: 10px !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  /*min-height: 400px !important;*/

  padding: 0px 0px 0px 0px !important;
}

.shop-inner .single_add_to_cart_button.button {
  background-color: #22c4ff;
  color: #fff;
  border: navajowhite;
  font-size: 19px;
  border-radius: 9px;
  width: 273px;
  height: 60px;
}

.shop-inner .price {
    font-size: 30px;
    line-height: 37px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #181A17;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.shop-inner .product-wrapper {
  margin-left: 32px;
}

.shop-inner .carousel {
  width: 90%;
  margin: 0px auto;
}

.shop-inner .slick-slide {
  margin: 10px;
}

.shop-inner .slick-slide img {
  width: 258px;
  height: 280px;
  margin: unset;
  object-fit: cover;
  border-radius: 10px;
}

.side-pics div#prev {
  padding-bottom: 10px;
}

.side-pics {
  text-align: center;
  display: flex;
}
.add-to-cart.mt-5:hover {
    background: #181A17 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
}

.side-pics div#prev {
  padding-bottom: 10px;
  margin-top: -30px;
}

.side-pics div#next {
  padding-top: 10px;
}

.main-img img#current {
  background-color: #FAFAF3;
}

.product .imgs img {
  background-color: #FAFAF3;
}

.Gallery-arrow img {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
}


.Shop-inner-QTA-buttons .sub, .add {
    color: #317A3D;
    font-size: 30px;
    font-weight: 600;
    background-color: transparent;
}

.product .discription {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    text-align: left;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.add-to-cart a {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
section#product-detail {
    padding-bottom: 130px;
}
.related-product {
  background-color: #FAFAF3;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}

.related-product-head h1 {
    font-family: Montserrat;
    text-align: left;
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #181A17;
    padding-bottom: 70px;
    text-transform: capitalize;
    opacity: 1;
}

.related-product-dic img {
  width: 100%;
  background-color: #FFFFFF;
  opacity: 1;
}

.related-product-dic p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: Montserrat;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
    padding-top: 30px;
}

.related-product-dic span {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}

.related-product-dic {
  display: flex;
  flex-direction: column;
}

.related-product-dic {
  transition: 1s linear;
}

.related-product-dic :hover.rel-pro-img {
  transform: scale(1.1);
  transition: 1s ease-out;
}

.prod-inn-div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.prata {
    text-align: left;
    font-size: 35px;
    line-height: 43px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}
/*.add_to_card_btn {*/
/*  font-family: var(--font-default);*/
/*  font-size: 1.2rem;*/
/*  color: white;*/
/*}*/

.value_card_si {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    text-transform: capitalize;
    opacity: 1;
}

.parents_com_si_img {
  width: 23% !important;
  flex: 0 0 auto;
  height: auto !important;
}

.row_div_imag_icon_si {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-short-disc {
  width: 100%;
  
}
.product-name {
    padding-top: 100px;
}

/*-------------------------shop-inner-page-end---------------------------------*/



/*-----------------------------shop-page-start---------------------------------*/
.shop-main .about-breadcrumb-section {
    background-image: url('../images/Mask-group(2).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}
  .shop-main .about-breadcrumb-section .about-breadcrumb nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.shop-main .about-breadcrumb-section .breadcrumb-head h1 {
    text-align: center;
    font-size: 65px;
    line-height: 79px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
.shop-main .about-breadcrumb-section .breadcrumb li {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.shop-main .about-breadcrumb-section .breadcrumb-item.active {
    color: #FFFFFF;
}
.shop-main .about-breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
/*=============================end==================*/

.shop-main .shop-section {
    padding-top: 130px;
    /*padding-bottom: 100px;*/
}
.shop-main .shop-right-product-img img {
    background-color: #FAFAF3;
    width: 100%;
}
.shop-main .shop-right-inner h1 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.shop-main .shop-right-inner {
    padding-top: 30px;
    padding-bottom: 68px;
}
.shop-main .shop-right-inner p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    opacity: 1;
}
.shop-main .shop-left-inner h2 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 0px;
    color: #181A17;
        padding-bottom: 30px;
    opacity: 1;
}
.shop-main .shop-left-inner label {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0px;
    color: #181A17;
    padding-bottom: 20px;
    opacity: 1;
}
.shop-main .shop-left-inner input {
    display: none;
}
.shop-main .shop-left-inner-category {
    padding-bottom: 40px;
}
.shop-main .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-main .pagination {
    --bs-pagination-color: none;
    --bs-pagination-border-width: none;
}
.shop-main .custom-pagination .page-link:focus {
   
    background-color: transparent;
   
    box-shadow: none;
}
.shop-main .custom-pagination .page-link:hover {
    color: #000;
    background-color: transparent;

}
.shop-main .custom-pagination {
    padding-bottom: 100px;
}
.shop-right-product-img:hover img {
    transform: scale(1.1);
    overflow: hidden;
    transition: linear 0.8s;
}

.shop-right-product-img {
    overflow: hidden;
    transition: linear 0.8s;
}
.prod-inn-div:hover img {
     transform: scale(1.1);
    overflow: hidden;
    transition: linear 0.8s;
}
.product-short-disc table.a-normal.a-spacing-micro {
    width: 100%;
}
main.home-main {
    overflow: hidden;
}
/*-----------------------------shop-page-end---------------------------------*/







/*==============================media-query-start-1600===========================*/



@media screen and (min-device-width: 940px) and (max-device-width: 1600px) { 
   
/* ==============================home page========================= */
.home-slider-text {
    width: 100%;
    max-width: 522px;
}
.home-slider-section .carousel-control-next {
    right: 70px;
}
.home-slider-section .carousel-caption {
    padding-left: 115px;
}
.carousel-inner h5 {
    text-align: left;
    font-size: 50px;
    line-height: 50px;
}
.carousel-inner p {
    font-size: 15px;
    line-height: 22px;
}
.home-slider-btn {
    width: 190px;
    height: 55px;
}
.home-slider-btn a {
    font-size: 15px;
    line-height: 20px;
}
.container{
    max-width: 1250px !important;
}
.welcome-left h1 {
    font-size: 50px;
    line-height: 60px;
}
.welcome-right p {
    font-size: 16px;
    line-height: 20px;
}
.welcome-section {
    padding-top: 50px;
}
.our-service-head h1 {
    font-size: 40px;
    line-height: 60px;
}
.service-img h2, .service-img2 h2, .service-img3 h2{
    font-size: 35px;
    line-height: 40px;
}
.our-services-dics p{
    font-size: 17px;
    line-height: 20px;
}
.services-book-btn{
    width: 70%;
    height: 55px;
}
.services-book-btn a{
    font-size: 16px;
    line-height: 20px;
}
.articles-head h1 {
    font-size: 40px;
    line-height: 40px;
}
.article-view-btn {
    width: 80%;
    height: 55px;
}
.article-view-btn a {
    font-size: 16px;
    line-height: 20px;

}
.articles-dics h1 {
    font-size: 25px;
    line-height: 40px;
}
.articles-dics p {
    font-size: 16px;
    line-height: 20px;
}
.articles-read-btn a {
    font-size: 16px;
    line-height: 20px;
}
.journey-dead h1 {
    font-size: 35px;
}
.book-now-btn a {
    font-size: 16px;
    line-height: 20px;
}
.journey-section:before {
    width: 719px; 
    top: -55px;
    right: -20px;
    height: 322px;
}


/* ==================================about=======================*/
.about-main .quek {
    position: absolute;
    right: 25px;
    bottom: 0px;
}
/* ==================================about-end=======================*/



/* ==================================shop-inner=======================*/
.about-breadcrumb-section .breadcrumb li {
    font-size: 14px;
    line-height: 20px;
}
.shop-inner .imgs img {
    width: 105px;
}
.prata {
    font-size: 30px;
    line-height: 35px;
}
.shop-inner .price {
    font-size: 25px;
    line-height: 30px;
}
.product .discription {
    font-size: 16px;
    line-height: 20px;
}
.Shop-inner-QTA-buttons {
    width: 240px;
    height: 60px;
}
.add-to-cart.mt-5 {
    width: 250px;
    height: 55px;
}
.related-product-head h1 {
    font-size: 40px;
    line-height: 50px;
}
.related-product-dic p {
    font-size: 16px;
    line-height: 20px;
}
.related-product-dic span {
    font-size: 16px;
    line-height: 20px;
}
/* =============================overall detoxification , anti aging==============*/
.servise-head h1 ,.anti-aging-head h1 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.servise-head p , .anti-aging-head p {
    font-size: 18px !important;
    line-height: 20px  !important;
    padding-top: 30px  !important;
}
.anti-aging-main .anti-aging-head , .overall-energy-balance-main .servise-head , .overall-detoxification-main .servise-head{
    padding-top: 50px !important;
}
.therapy-head h1 {
    font-size: 35px !important;
    line-height: 50px !important;
}
.therapy-head p {
    font-size: 16px !important;
    line-height: 25px !important;
}
.therapy-head {
    padding: 100px 0 !important;
    max-width: 1180px;
    margin: 0 auto;
}
.approach-head h1 {
    font-size: 40px;
    line-height: 55px;
}
.overall-energy-balance-main .detox-img h1 {
    font-size: 40px !important ;
    line-height: 50px !important;
}
.tailored-detox-solutions h1 {
    font-size: 25px !important;
    line-height: 30px !important;
}
.tailored-detox-solutions p {
    font-size: 16px !important;
    line-height: 22px !important;
}
.detoxification h1 {
    font-size: 40px !important;
    line-height: 55px !important;
}
.find-btn a {
    font-size: 16px;
    line-height: 20px;
}
.services-img-left h2, .services-img-right h2 {
    font-size: 35px;
    line-height: 35px;
}

.services-img-left , .services-img-right {
    height: 361px;
}
.tailored-detox-solutions h1 {
    font-size: 40px;
    line-height: 45px;
}
.benefits li {
    font-size: 15px !important;
    line-height: 20px  !important;
}
.overall-detoxification-main .inner-div,.anti-aging-main .inner-div,.overall-energy-balance-main .inner-div {
    max-width: 1250px;
}

/*=================================article page ========================*/

.article-inner-head h1 {
    font-size: 45px;
    line-height: 55px;
}

.article-inner-disc p {
    font-size: 16px;
    line-height: 25px;
}
/*==========================article-inner page================================== */

.article-inner-disc {
    max-width: 1100px;
    margin: 0 auto;
}

.article-back-btn {
    width: 250px;
    height: 60px;
}






}





/*==============================media-query-start-769===========================*/

@media screen and (max-width: 769px) {
    .welcome-right {
    max-width: 600px;
    padding-left: unset;
}
.articles {
    padding-top: 40px;
}
.articles-read-btn {
    position: initial !important;
}
    section.quality-dic-section:before {
        width: 100%;
        max-width: 200px;
        height: 252px;
        right: -67px;
        bottom: -208px;
    }
.custom-header a.dropdown-item {
    font-size: 12px;
    line-height: 20px;
}
.custom-header ul.dropdown-menu {
    width: auto;
    height: 145px;
}
.custom-header ul.dropdown-menu li {
    padding: 5px;
}


}


/*==================================home-page-media-css===================*/
 @media screen and (max-width: 426px) {
     .articles-main .articles .articles-img2 img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
}
     .home-articles-section .row {
    justify-content: center;
}
.carousel-inner h5 {
    font-size: 25px;
    line-height: 30px;
}
.carousel-inner p {
    font-size: 15px;
    line-height: 20px;
}
.home-slider-section .carousel-control-next {
    width: 30px;
    height: 30px;
    right: 25px;
}
.home-slider-section .carousel-control-prev {
    width: 30px;
    height: 30px;
    left: 25px;
    
}
.home-slider-btn {
    width: 150px;
    height: 40px;
}
.home-slider-btn a {
    font-size: 12px;
    line-height: 20px;
}
.articles {
    padding-top: 20px;
}
.welcome-section {
    padding-top: 0px;
    padding-bottom: 75px;
    position: relative;
    overflow: visible;
}
.welcome-left h1 {
    padding-top: 20px;
    font-size: 25px;
    line-height: 30px;
}
.welcome-left {
       background-size: contain;
    height: 250px;
    background-position: 118px 20px;
    object-fit: cover;
}
.welcome-right p {
    font-size: 15px;
    line-height: 20px;
}
.our-service-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.our-service-head {
    padding-bottom: 20px;
}
.service-img h2, .service-img2 h2, .service-img3 h2 {
    font-size: 25px;
    line-height: 30px;
}
.our-services-dics p {
    font-size: 15px;
    line-height: 20px;
    padding: 20px 20px;
}
.services-book-btn {
    max-width: 175px;
    height: 45px;
}
.services-book-btn a {
    font-size: 15px;
    line-height: 20px;
}
.articles-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.articles-head {
    padding-bottom: 20px;
}
.article-view-btn {
    max-width: 175px;
    height: 40px;
    margin: 0 auto;
}
.article-view-btn a {
    font-size: 15px;
    line-height: 20px;
}
.articles-dics h1 {
    font-size: 25px;
    line-height: 30px;
}
.articles-dics p {
    font-size: 15px;
    line-height: 20px;
}
.articles-read-btn a {
    font-size: 15px;
    line-height: 20px;
}
.home-our-services-section {
    padding-bottom: 50px;
}
.journey-dead h1 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}
.book-now-btn {
    width: 175px;
    height: 45px;
    margin: 0 auto;
}
.journey-section {
    height: 150px;
    margin-top: 15px;
}
.book-now-btn a {
    font-size: 15px;
    line-height: 20px;
}
.home-main {
    overflow: hidden;
}
  .footer {
    overflow: hidden;
}
.journey-section:before {
    width: 420px;
    height: 300px;
    top: 0px;
    right: 0px;
}

/*==================================home-page-media-css-end================*/

/*==================================about-page-media-css-start================*/
.about-main .about-breadcrumb-section {
    height: 150px;
}
.about-main .about-breadcrumb-section .breadcrumb-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.about-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.about-main .about-left h1 {
    font-size: 25px;
    line-height: 30px;
}
.about-main .quek h4 {
    font-size: 15px;
    line-height: 20px;
}
.about-main .quek {
    right: 90px;
    bottom: -8px;
}
.about-main .about-left-disc {
    padding-top: 15px;
    padding-bottom: 15px;
}
.about-main .about-left-disc p {
    font-size: 15px;
    line-height: 20px;
}
.about-main .about-left-disc span {
    font-size: 15px;
    line-height: 20px;
}
.about-right img {
    width: 100%;
}
.about-main .about-section {
    padding-top: 20px;
    padding-bottom: 70px;
}
.about-main .quality-head {
    padding-top: 35px;
    padding-bottom: 20px;
}
.about-main .about-section:after {
    height: 100px;
    width: 100px;
    bottom: -30px;
    left: 0px;
}
.quality-head h1 {
    font-size: 15px;
    line-height: 20px;
}
.about-main .quality-inner-left h6 {
    font-size: 15px;
    line-height: 20px;
}
.about-main .quality-inner-left p {
    font-size: 15px;
    line-height: 20px;
    padding-left: 30px;
}
.about-main .quality-inner-left i.bi-check-lg {
    font-size: 20px;
    padding-right: 12px;
}
.about-main .quality-inner-left h6 {
    font-size: 15px;
    line-height: 20px;
}
.about-main .quality-dic-left img {
    height: auto;
}
.about-main .quality-dic-col {
  padding-top: 20px;
    padding-left: 12px;
}
.about-main .quality-dic-left p {
    font-size: 15px;
    line-height: 20px;
}
.about-main .our-center-section {
    margin-top: 20px;
}
.about-main .our-center-section {
    padding-top: 30px;
    padding-bottom: 20px;
}
.about-main .our-center-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.about-main button.slick-prev:after {
    content: "";
    width: 30px;
    height: 30px;
    right: -20px;
}
.about-main button.slick-next:after {
    content: "";
    width: 30px;
    height: 30px;
}
.about-main .slick-slider .element{
  height: auto;
}
/*==================================about-page-media-css-end================*/

/*====================overall-detoxification-page-media-css-start================*/
.overall-detoxification-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.overall-detoxification-main .servise-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-detoxification-main .servise-head p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}
.overall-detoxification-main .servise-head {
    padding-top: 5px;
}
.overall-detoxification-main .about-breadcrumb-section ol.breadcrumb {
    padding-top: 30px;
}
.about-breadcrumb-section {
     padding-top: 0px; 
     padding-bottom: 0px; 
}
.overall-detoxification-main .about-breadcrumb-section {
    height: 400px;
}



.overall-detoxification-main .therapy-head {
    padding: 20px 0;
}
.overall-detoxification-main .therapy-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-detoxification-main .therapy-head p {
    font-size: 15px;
    line-height: 20px;
}
.overall-detoxification-main .our-approach-section {
    padding: 20px 0px 50px 0;
}
.overall-detoxification-main .approach-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.tailored-detox-solutions {
    padding-top: 25px;
}
.overall-detoxification-main .tailored-detox-img {
    padding-bottom: 10px;
}
.overall-detoxification-main .tailored-detox-solutions h1 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
}
.overall-detoxification-main .tailored-detox-solutions p {
    font-size: 15px;
    line-height: 20px;
}
.overall-detoxification-main .detoxification h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-detoxification-main .find-btn a {
    font-size: 15px;
    line-height: 20px;
}
.overall-detoxification-main .find-btn {
    padding-top: 0px;
    height: 25px;
}
.overall-detoxification-main .row.detoxification-row {
    margin-top: 20px;
    height: 300px;
    border-radius: 40px;
}



.overall-detoxification-main .inner-div {
    height: 300px;
    bottom: 50px;
}
.overall-detoxification-main .head h1 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.overall-detoxification-main .head p {
    font-size: 15px;
    line-height: 20px;
}
.overall-detoxification-main .head {
    padding-bottom: 20px;
}
.overall-detoxification-main .back-btn a {
    font-size: 15px;
    line-height: 20px;
}
.overall-detoxification-main .detoxification-inner {
    height: 300px;
}
.overall-detoxification-main .journey-section {
    height: 300px;
    margin-top: 15px;
}
.overall-detoxification-main .our-center-section {
    padding-top: 20px;
    padding-bottom: 30px;
}
.overall-detoxification-main .our-center-head {
    padding-bottom: 20px;
}
.overall-detoxification-main .services-img-left h2, .services-img-right h2 {
    font-size: 25px;
    line-height: 30px;
}
.overall-detoxification-main .services-img-left {
    height: 240px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.overall-detoxification-main .services-img-right {
    height: 240px;
    border-radius: 20px;
}
/*====================overall-detoxification-page-media-css-end================*/


/*====================anti-aging-page-media-css-start================*/
.anti-aging-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.anti-aging-main .anti-aging-head {
    padding-top: 20px;
}
.anti-aging-main .anti-aging-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.anti-aging-main .anti-aging-head p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}
.anti-aging-main .about-breadcrumb-section ol.breadcrumb {
    padding-top: 30px;
}
.anti-aging-main .about-breadcrumb-section {
    height: 400px;
}


.anti-aging-main .therapy-head {
    padding: 20px 0;
}
.anti-aging-main .therapy-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.anti-aging-main .therapy-head p {
    font-size: 15px;
    line-height: 20px;
}
.anti-aging-main .benefits-section {
    padding: 20px 0px 50px 0;
}
.anti-aging-main .approach-head img {
    height: auto;
}
.anti-aging-main .tailored-detox-solutions h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
}
.anti-aging-main .benefits {
    padding-top: 15px;
}

.anti-aging-main .detoxification h1 {
    font-size: 25px;
    line-height: 30px;
}
.anti-aging-main .find-btn a {
    font-size: 15px;
    line-height: 20px;
}
.anti-aging-main .find-btn {
    padding-top: 0px;
    height: 25px;
}
.anti-aging-main .detoxification-row {
    margin-top: 20px;
    height: 300px;
}
.anti-aging-main .head h1 {
    font-size: 25px;
    line-height: 30px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 40px;
}
.anti-aging-main .head h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0px;
}
.anti-aging-main .head p {
    font-size: 15px;
    line-height: 20px;
}
.anti-aging-main .back-btn a {
    font-size: 15px;
    line-height: 20px;
}
.anti-aging-main .head {
    padding-bottom: 0;
}
.anti-aging-main .detoxification-inner {
    height: 300px;
}
.anti-aging-main .inner-div {
    height: 300px;
    bottom: 50px;
}
.anti-aging-main .journey-section {
    height: 300px;
    margin-top: 15px;
}
.anti-aging-main .our-center-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.anti-aging-main .our-center-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.anti-aging-main .our-center-head {
    padding-bottom: 20px;
}
.anti-aging-main .services-img-left h2, .services-img-right h2 {
    font-size: 25px;
    line-height: 30px;
}

.anti-aging-main .services-img-left {
    height: 211px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.anti-aging-main .services-img-right {
    height: 210px;
    border-radius: 20px;
}
.anti-aging-main .benefits ul {
    display: block;
}
.anti-aging-main .benefits ul {
    padding-left: 5px;
}
.anti-aging-main .benefits li {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.anti-aging-main .tailored-detox-img {
    padding-bottom: 0px;
}
/*====================anti-aging-page-media-css-end================*/


/*====================overall-energy-balance-page-media-css-start================*/
.overall-energy-balance-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.overall-energy-balance-main .servise-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-energy-balance-main .servise-head p {
    font-size: 15px;
    line-height: 20px;  
    padding-top: 0px;
}
.overall-energy-balance-main .servise-head {
    padding-top: 30px;
}
.overall-energy-balance-main .about-breadcrumb-section {

    height: 400px;
}



.overall-energy-balance-main .therapy-head {
    padding: 20px 0;
}
.overall-energy-balance-main .therapy-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-energy-balance-main .therapy-head p {
    font-size: 15px;
    line-height: 20px;
}
.overall-energy-balance-main .our-approach-section {
    padding: 20px 0px 20px 0;
}
.overall-energy-balance-main .approach-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-energy-balance-main .tailored-detox-img {
    padding-bottom: 10px;
}
.overall-energy-balance-main .tailored-detox-solutions h1 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
}
.overall-energy-balance-main .tailored-detox-solutions p {
    font-size: 15px;
    line-height: 20px;
}

.overall-energy-balance-main .benefits-section {
    padding-top: 30px;
}
.overall-energy-balance-main .approach-head img {
    height: auto;
}
.overall-energy-balance-main .detox-img {
    padding-left: 10px;
}
.overall-energy-balance-main .detox-img h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.overall-energy-balance-main .benefits {
    padding-top: 20px;
}
.overall-energy-balance-main .benefits li {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}
.benefits ul {
    padding-left: 0;
}
.overall-energy-balance-main .detoxification h1 {
    font-size: 25px;
    line-height: 30px;
}
.overall-energy-balance-main .find-btn a {
    font-size: 15px;
    line-height: 20px;
}
.overall-energy-balance-main .detoxification-row {
    margin-top: 20px;
    border-radius: 40px;
    height: 300px;
}
.overall-energy-balance-main .find-btn {
    padding-top: 20px;
}
.overall-energy-balance-main .head h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 0px;
}
.overall-energy-balance-main .head p {
    font-size: 15px;
    line-height: 20px;
}
.overall-energy-balance-main .back-btn a {
    font-size: 15px;
    line-height: 20px;
}
.overall-energy-balance-main .head {
    padding-bottom: 20px;
}
.overall-energy-balance-main .detoxification-inner {
    height: 300px;
}
.overall-energy-balance-main .inner-div {
    height: 300px;
}
.overall-energy-balance-main .journey-section {
    height: 300px;
    margin-top: 15px;
}
.overall-energy-balance-main .our-center-section {
    padding-top: 40px;
    padding-bottom: 30px;
}
.overall-energy-balance-main .our-center-head {
    padding-bottom: 20px;
}
.overall-energy-balance-main .services-img-left h2, .services-img-right h2 {
    font-size: 25px;
    line-height: 30px;
}
.overall-energy-balance-main .services-img-right {
    height: 240px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.overall-energy-balance-main .services-img-left h2, .services-img-right h2 {
    font-size: 25px;
    line-height: 30px;
}
.overall-energy-balance-main .services-img-left {
    height: 240px;
    border-radius: 20px;
}
/*====================overall-energy-balance-page-media-css-end================*/


/*===============================articles-page-media-css-start===================*/
.articles-main .about-breadcrumb-section {
    height: 150px;
}
.articles-main .about-breadcrumb-section .breadcrumb-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.articles-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.articles-main .articles-section {
    padding-top: 20px;
}
.articles-main .articles-custom-tab .articles-tab-btns {
    padding-bottom: 10px;
}
.articles-main .articles-dics h1 {
    font-size: 20px;
    line-height: 25px;
}
.articles-main .articles-dics p {
    font-size: 15px;
    line-height: 20px;
}
.articles-main .articles-read-btn a {
    font-size: 15px;
    line-height: 20px;
}
.articles-main .articles {
    padding-bottom: 0;
}
.articles-main .articles-dics {
    padding: 20px;
}
.articles-main .custom-pagination {
    padding-bottom: 10px;
}
.articles-main .articles-img {
    height: 290px;
}
.articles-main .articles-img2 {
    height: 290px;
}
.articles-main .articles-img3 {
    height: 290px;
}
.articles-main .articles-img-head {
    width: 80px;
    height: 30px;
}
.articles-main .articles-img h2, .articles-img2 h2, .articles-img3 h2 {
    font-size: 12px;
    line-height: 20px;
}
/*===============================articles-page-media-css-end===================*/



/*==========================articles-inner-page-media-css-start===================*/
.article-inner-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.article-inner-main .article-inner-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.article-inner-main .sub-title a {
    font-size: 15px;
    line-height: 20px;
}
.article-inner-main .sub-title {
    width: 130px;
    height: 40px;
}
.article-inner-main .article-inner-head h1 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 30px;
}
.article-inner-main .article-inner-img {
    padding: 30px 0;
}
.article-inner-img img {
    width: 100%;
    border-radius: 12px;
}
.article-inner-main .article-inner-disc p {
    font-size: 15px;
    line-height: 20px;
}
.article-inner-main .article-inner-disc {
    padding-bottom: 20px;
}
.article-inner-main .article-back-btn {
    width: 175px;
    height: 45px;
}
.article-inner-main .article-back-btn a {
    font-size: 15px;
    line-height: 20px;
}
/*=========================articles-inner-page-media-css-end===================*/


/*=========================shop-page-media-css-start===================*/
.shop-main .about-breadcrumb-section {
    height: 150px;
}
.shop-main .about-breadcrumb-section .breadcrumb-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.shop-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.shop-main .shop-section {
    padding-top: 30px;
    /* padding-bottom: 100px; */
}
.shop-main .shop-left-inner h2 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}
.shop-main .shop-left-inner label {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}
.shop-main .shop-left-inner-category {
    padding-bottom: 30px;
}
.shop-main .shop-right-inner h1 {
    font-size: 15px;
    line-height: 20px;
}
.shop-main .shop-right-inner p {
    font-size: 15px;
    line-height: 20px;
}
.shop-main .shop-right-inner {
    padding-top: 15px;
    padding-bottom: 30px;
}
.shop-main .custom-pagination {
    padding-bottom: 30px;
}
/*=========================shop-page-media-css-end===================*/


/*=========================shop-inner-page-media-css-start===================*/
.product-short-disc table.a-normal.a-spacing-micro {
    width: 100%;
}
.about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.shop-inner-breadcrum {
    padding-top: 20px;
}
.shop-inner .imgs img {
    width: 55px;
}
.product-name {
    padding-top: 20px;
}
.prata {
    font-size: 25px;
    line-height: 30px;
}
.shop-inner .price {
    font-size: 20px;
    line-height: 25px;
}
.product .discription {
    font-size: 15px;
    line-height: 20px;
}
.shop-inner .product-wrapper {
    margin-left: 15px;
}
.Shop-inner-QTA-buttons {
    width: 200px;
    height: 45px;
}
.value_card_si {
    font-size: 20px;
    line-height: 25px;
}
.Shop-inner-QTA-buttons .sub, .add {
    font-size: 25px;
}
.add-to-cart a {
    font-size: 15px;
    line-height: 20px;
}
.add-to-cart.mt-5 {
    width: 175px;
    height: 45px;
}
.add-to-cart {
    margin-top: 30px;
}
#product-detail {
    padding-bottom: 40px;
}
.related-product-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.related-product-dic p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.related-product-dic span {
    font-size: 12px;
    line-height: 20px;
}
/*=========================shop-inner-page-media-css-end===================*/


/*=========================contact-page-media-css-start===================*/
.contact-main .about-breadcrumb-section {
    height: 150px;
}
.contact-main .about-breadcrumb-section .breadcrumb-head h1 {
    font-size: 25px;
    line-height: 30px;
}
.contact-main .about-breadcrumb-section .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}
.contact-main .contact-form-width h4.contact-enquiry {
    font-size: 25px;
    line-height: 30px;
}
.contact-main .contact-form-width .form-control {
    font-size: 14px;
    line-height: 20px;
}
.contact-main .career-btn button {
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
}
.contact-main .map iframe {
    height: auto;
}
.contact-main .contact-section-form {
    margin: 10px 0;
}
.parents_com_si_img {
    width: 100% !important;
}
/*=========================contact-page-media-css-end===================*/


}

@media(max-width: 430px){
  .our-services-dics {
    height: auto !important;
}
.home-main .our-services {
    padding-top: 20px;
}
}
